@charset "UTF-8";
.text-1len{white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.text-2len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-3len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-4len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:4;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-5len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:5;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.text-6len{overflow:hidden;display:-webkit-box;-webkit-line-clamp:6;text-overflow:ellipsis;-webkit-box-orient:vertical;}
.botmenu{ text-align: center !important; background: var(--first_color);}
.online dl{background:var(--first_color);padding:10px 5px;margin-bottom:1px;position:relative}
.online dl:hover{background:var(--first_color)}
.online dl dt button{margin:10px 0;border:none;border-radius:5px;width:100%;font-size:18px;height:40px;line-height:40px;background:var(--first_color);color:#fff;cursor:pointer}
a{color:#333;}
.sw_banner a{display: block;}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover, a:hover, a:focus{color: var(--first_color);}
.rd-navbar-static .rd-navbar-inner{max-width: 1148px;}

/* banner*/
.swiper-pagination-bullet{
  width: 10px;
  height: 10px;
  background: #ffffff;
  opacity: 1;
}
.swiper-container-horizontal>.swiper-pagination-bullets{bottom: 20px;}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
  margin: 0 10px;
}
.swiper-button-next, .swiper-button-prev{color: #ffc000;}
.swiper-pagination-bullet-active{background: #ffc000; opacity: 1;}
@media (min-width: 1200px){
  .container{width: 1178px;}
} 
@media (min-width: 1200px){
  .row >[class*='col-']{padding-left: 1rem; padding-right: 1rem;}
  .row{margin-left: -1rem;margin-right: -1rem;}
}


/* 顶部服务热线 */
.rd-navbar-panel .nav-hotline * + p{margin-top: 0;}
@media (min-width: 1200px){
  .rd-navbar-panel .rd-navbar-brand{
    width: 60%;
    float: left;
  }
  .rd-navbar-panel .nav-hotline{
    width: 40%;
    float: left;
    display: flex;
    justify-content: flex-end;
  }
}
.rd-navbar-panel .nav-hotline .tel-logo{
  display: flex;
  align-items: flex-end;
}
.rd-navbar-panel .nav-hotline .tel-logo img{
  max-width: 43px;
}
.rd-navbar-panel .nav-hotline .tel-number{
  font-family: "Microsoft YaHei";
  font-size: 30px;
  line-height: 34px;
  color: #c30808;
  font-weight: bold;
}
.rd-navbar-panel .nav-hotline .tel-logo p{
  padding-left: 6px;
  color: #333333;
  font-size: 16px;
}
@media (max-width: 1199px){
  .rd-navbar-panel .nav-hotline{
    display: none;
  }
}


/* 导航 */
.rd-navbar-wrap{
  height: unset !important;
}
.rd-navbar-static{
  padding: 0;
}
.rd-navbar-brand{
  line-height: 0;
}

.header-nav-list{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-nav-list .rd-nav-item{
  width: 100%;
}
.rd-navbar .rd-navbar-nav > li > a{display: block;}
.rd-navbar-static .rd-navbar-nav{
  margin: 0;
}
.rd-navbar .rd-navbar-nav > li > a,.rd-navbar-static .rd-navbar-nav > li{
  font-size: 14px;
}
.rd-navbar-static .rd-navbar-nav > li.active > a,
.rd-navbar-static .rd-navbar-nav > li.active > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > a,
.rd-navbar-static .rd-navbar-nav > li > a:hover,
.rd-navbar-static .rd-navbar-nav > li.opened > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li:hover > .rd-navbar-submenu-toggle::after,
.rd-navbar-static .rd-navbar-nav > li.focus > .rd-navbar-submenu-toggle::after{
  color: #ffffff !important;
  background: #48ad25;
}
.rd-navbar-static .rd-navbar-dropdown{
  padding: 10px 20px 20px 20px;
  margin-left: 0;
}
.rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
  min-width: 100%;
}
.rd-navbar-static .rd-navbar-nav > li{
  padding: 0;
  margin: 0;
}
.rd-navbar-static .rd-navbar-dropdown > li.focus > a, .rd-navbar-static .rd-navbar-dropdown > li.focus > a ~ .rd-navbar-submenu-toggle,.rd-navbar-static .rd-navbar-dropdown .rd-navbar--has-dropdown > .rd-navbar-submenu-toggle:hover{
  color: var(--first_color);
}
@media (min-width:1200px){
  .rd-navbar-static .rd-navbar-nav-wrap{background: var(--first_color);}
  .rd-navbar-static .rd-navbar-inner, .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-inner{
    padding: 13px 0;
  }
  .rd-navbar-static .rd-navbar-inner .rd-navbar-panel{
    display: -webkit-box;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    padding: 0;
  }
  .rd-navbar-static .rd-navbar-nav-wrap .container{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .rd-navbar-static .rd-navbar-nav > li > a{
    height: 44px;
    line-height: 44px;
    color: #ffffff;
    overflow: hidden;
  }
  .rd-navbar-static .rd-navbar-nav > li{
    position: relative;
  }
  .rd-navbar-static .rd-navbar-nav > li::after{
    content: '';
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .rd-navbar-static .rd-navbar-nav > li:first-of-type::before{
    content: '';
    width: 1px;
    height: 22px;
    background: rgba(255, 255, 255, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
  }
  .rd-navbar-static.rd-navbar--is-stuck{
    position: unset;
  }
  .rd-navbar-static{box-shadow: unset;}
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .rd-navbar-static.rd-navbar--is-stuck .rd-navbar-nav > li > .rd-navbar-dropdown{
    margin-top: 0;
  }
  .rd-navbar-static .rd-navbar-nav > li > .rd-navbar-submenu-toggle, .rd-navbar-sidebar .rd-navbar-nav > li > .rd-navbar-submenu-toggle{
    display: none;
  }
  .rd-navbar-fullwidth .rd-navbar-dropdown > li > a:hover, .rd-navbar-static .rd-navbar-dropdown > li > a:hover,.rd-navbar-static .rd-navbar-dropdown > li.active > a, .rd-navbar-static .rd-navbar-dropdown > li.active > a:focus, .rd-navbar-static .rd-navbar-dropdown > li.active > a:active{
    color: var(--first_color);
  }
}
@media (max-width: 1200px){
  .rd-navbar-fixed .rd-navbar-nav li:hover > a, .rd-navbar-fixed .rd-navbar-nav li.focus > a, .rd-navbar-fixed .rd-navbar-nav li.active > a, 
  .rd-navbar-fixed .rd-navbar-nav li.opened > a{background: var(--first_color);}
  .rd-navbar-fixed .rd-navbar-brand img{height: 40px;}
}
@media (max-width: 1199px){
  .rd-navbar-nav-wrap .container{padding: 0;}
  .rd-navbar-fixed .rd-navbar-brand{padding-right: 10px;}
}
.rd-navbar-fixed .rd-navbar-toggle {display:inline-block;position: absolute;right:10px;}
.rd-navbar-fixed .rd-navbar-nav-wrap {right:0;left:unset;transform:translateX(110%);}
.rd-navbar-fixed .rd-navbar-brand{left: 10px;}
@media (max-width: 1199px){
  .rd-navbar-fixed .rd-navbar-brand {
    width: 80%;
    padding-right: 10px;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .rd-navbar-fixed .rd-navbar-toggle{
    width: 20%;
    max-width: 48px;
  }
}



/*自定义options*/
.index-search{
  padding: 5px 0;
  background: #f5f5f5;
}
.index-search .row{
  display: flex;
  align-items: center;
}
.index-search * + p{margin-top: 0;}
.index-search-text{color: #333333; font-size: 16px;}
.index-search .index-search-form .index-search-group{display: flex; align-items: center; width: 100%;max-width: 228px;border-bottom: 1px solid #cccccc; border-top: 1px solid #cccccc; border-left: 1px solid #cccccc;padding-left: 6px;background: #ffffff;}
.index-search .index-search-form .input-group{width: 100%;height: 40px; display: flex; align-items: center;justify-content: flex-end; flex-wrap: nowrap;margin-bottom: 0;}
.index-search .index-search-form .index-search-input{width:100%; height:38px; list-style:none; text-align:left; float:left; font-size: 14px; margin:0; padding:0;border:0; color: #999;padding-left: 6px;background: #ffffff;}
.index-search-input::-webkit-input-placeholder{color: #999;}
.index-search-input::-moz-placeholder{color: #999;}
.index-search-input:-ms-input-placeholder{color: #999;}
/* .options-search .input-search .searchword-btn{position: relative; width:54px; height:30px; line-height:30px; color:#fff; font-size: 14px; background: var(--first_color); text-align:center; margin:0; padding:0; border:0; cursor:pointer; float:left;} */
.index-search .index-search-form .index-search-btn{
  width: 66px;
  height: 40px;
  margin: 0; 
  padding: 0; 
  border: 0; 
  cursor: pointer; 
  float: left;
  color: #ffffff;
  font-size: 16px;
  background: url(../images/search-bg.jpg) no-repeat center;
  background-size: cover;
}
.index-search-group img{
  width: 20px;
  height: 20px;
}
@media (min-width:768px){
  .index-search .index-search-form{display: flex;justify-content: flex-end;}
  .index-search .index-search-form form{width: 288px;} 
}
@media (max-width:767px){
  .index-search .index-search-form .input-group{margin: 20px auto 10px auto; text-align:center; justify-content: center;}
  .index-search-text{text-align: center;}
  .index-search{padding: 10px 0;}
}

.index-column-title{
  text-align: center;
  margin-bottom: 40px;
}
.index-column-title h2{
  color: #333333;
  font-size: 32px;
  line-height: 32px;
  font-weight: bold;
  margin-bottom: 5px;
}
.index-column-title .index-column-line p{
  color: #666666;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  padding: 0 5px;
}
.index-column-title .index-column-line{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.index-column-title .index-column-line::after{
  content: '';
  width: 36px;
  height: 1px;
  background: #666666;
}
.index-column-title .index-column-line::before{
  content: '';
  width: 36px;
  height: 1px;
  background: #666666;
}



/* 首页优势 */
.epower-index-advantage{
  padding: 70px 0;
}
.epower-index-advantage p + p, .epower-index-advantage * + p{margin-top: 0;}
.epower-index-advantage .index-advantage-img{
  max-width: 162px;
  min-height: 140px;
  margin: 0 auto;
}
.epower-index-advantage .index-advantage-title{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  margin-bottom: 8px;
  margin-top: 20px;
}
.epower-index-advantage .index-advantage-desc{
  font-size: 14px;
  color: #666666;
  line-height: 24px;
}
.epower-index-advantage .index-advantage-item{
  text-align: center;
  padding-bottom: 14px;
  position: relative;
}
.epower-index-advantage .index-advantage-item::after{
  content: '';
  width: 18px;
  height: 2px;
  background: var(--first_color);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.index-advantage-item:nth-child(1) .index-advantage-img{
  background: url(../images/index-advantage1.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(2) .index-advantage-img{
  background: url(../images/index-advantage2.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(3) .index-advantage-img{
  background: url(../images/index-advantage3.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(4) .index-advantage-img{
  background: url(../images/index-advantage4.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(1):hover .index-advantage-img{
  background: url(../images/index-advantage1-sel.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(2):hover .index-advantage-img{
  background: url(../images/index-advantage2-sel.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(3):hover .index-advantage-img{
  background: url(../images/index-advantage3-sel.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:nth-child(4):hover .index-advantage-img{
  background: url(../images/index-advantage4-sel.png) no-repeat center;
  background-size: 100%;
}
.index-advantage-item:hover .index-advantage-title{
  color: var(--first_color);
}
@media (max-width: 767px){
  .index-column-title h2{
    font-size: 26px;
  }
  .epower-index-advantage .index-advantage-title{
    font-size: 16px;
  }
  .index-advantage-item:nth-child(3),
  .index-advantage-item:nth-child(4){
    margin-top: 20px;
  }
}



/* 首页关于我们 */
.epower-index-about{
  font-family: "Microsoft YaHei";
  background: #f5f5f5;
  overflow: hidden;
  min-height: 472px;
}
.epower-index-about p + *, .epower-index-about * + p, .epower-index-about * + .row{
  margin-top: 0;
}
.epower-index-about .index-about-title{
  margin-bottom: 18px;
}
.epower-index-about .index-about-title p:nth-child(1){
 font-size: 18px;
 color: var(--first_color);
 font-weight: bold;
 position: relative;
 padding-left: 26px;
}
.epower-index-about .index-about-title p:nth-child(1)::before{
  content: '';
  width: 20px;
  height: 3px;
  background: var(--first_color);
  position: absolute;
  left: 0;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.epower-index-about .index-about-title p:nth-child(1)::after{
  content: '';
  width: 3px;
  height: 20px;
  background: var(--first_color);
  position: absolute;
  left: 9px;
  bottom: 0;
  top: 0;
  margin: auto 0;
}
.epower-index-about .index-about-title p:nth-child(2){
  font-size: 32px;
  line-height: 34px;
  font-weight: bold;
  color: var(--first_color);
  margin-bottom: 5px;
  margin-top: 3px;
}
.epower-index-about .index-about-title p:nth-child(3){
  color: #666666;
  font-size: 12px;
}
.epower-index-about .index-about-more{
  width: 98px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  background: #48ad25;
}
.epower-index-about .index-about-more a{
  display: block;
  color: #ffffff;
  font-size: 14px;
}
.epower-index-about .index-about-text .index-about-desc p{
  color: #333333;
  font-size: 14px;
  line-height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-indent: 2rem;
  margin-bottom: 8px;
}
.epower-index-about .index-about-text .index-about-desc{
  margin-bottom: 40px;
}

@media (min-width: 768px){
  .epower-index-about .index-about-box{
    align-items: center;
  }
  .epower-index-about .index-about-img img{
    max-width: unset;
  }
}
@media (max-width: 767px){
  .epower-index-about{
    padding: 50px 0;
  }
  .epower-index-about .index-about-img{
    order: 0;
    margin-bottom: 20px;
  }
  .epower-index-about .index-about-text{
    order: 1;
  }
}


/* 首页产品区块 */
.epower-index-product{
  padding: 70px 0 52px 0;
}
.epower-index-product p, .epower-index-product p + *{
  margin-top: 0;
}
.epower-index-product .index-product-title-item{
  background: url(../images/index-product-bg.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  padding: 12px 0;
}
.epower-index-product .index-product-title{
  font-size: 36px;
  color: #ffffff;
}
.epower-index-product .index-product-desc p{
  font-size: 14px;
  color: #ffffff;
  padding: 0 8px;
}
.epower-index-product .index-product-desc{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.epower-index-product .index-product-desc::after{
  content: '';
  width: 10px;
  height: 2px;
  background: #ffffff;
}
.epower-index-product .index-product-desc::before{
  content: '';
  width: 10px;
  height: 2px;
  background: #ffffff;
}
.epower-index-product .index-product-left{
  background: #f8f8f8;
}
.epower-index-product .product-category-list{
  padding: 0 10px;

}
.epower-index-product .product-category-title a{
  min-height: 48px;
  color: #333333;
  font-size: 16px;
  border-bottom: 1px dashed #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.epower-index-product .product-category-title a:hover{
  color: var(--first_color);
  border-bottom: 1px dashed var(--first_color);
}
.epower-index-product #product{clear: both;}
@media (min-width: 992px){
  .epower-index-product .swiper-wrapper .swiper-slide{
    width: 33.3333%;
  }
}
.epower-index-product .swiper-wrapper .swiper-slide{
  margin-right: 28px;
  margin-top: 0 !important;
  margin-bottom: 10px;
}
.epower-index-product .swiper-wrapper .swiper-slide a{
  display: block;
}
.epower-index-product #product .product-img img{
  border: 1px solid #cccccc;
}
.epower-index-product #product .product-title{
  color: #333333;
  font-size: 16px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.epower-index-product .swiper-wrapper .swiper-slide a:hover .product-title{
  color: var(--first_color) !important;
}
.index-product-tel{
  display: flex;
  align-items: flex-start;
  padding: 30px 0;
}
.index-product-tel .index-tel-logo img{
  max-width: 40px;
}
.index-tel-number p{
  font-size: 14px;
}
.index-tel-number p:nth-child(1){
  color: #333333;
}
.index-tel-number p:nth-child(2){
  color: #48ad25;
}
.index-tel-number p:nth-child(2) span{
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
}
.index-tel-number p:nth-child(3){
  color: #666666;
}
.index-product-tel .index-tel-number{
  padding-left: 8px;
}
@media (max-width: 767px){
  .epower-index-product{padding: 50px 0 32px 0;}
  .epower-index-product .swiper-wrapper .swiper-slide{
    width: 50%;
  }
  .index-product-right{
    margin-top: 30px;
  }
}

/* 资讯 */
.epower-index-news{
  padding: 70px 0;
  font-family: "Microsoft YaHei";
  background: #f8f8f8;
}
.epower-index-news p + *, .epower-index-news * + .row, .epower-index-news * + p{
  margin-top: 0;
}
.epower-index-news a{display: block;}
@media (min-width: 768px){
  .index-news-box .index-news1{
    display: flex;
    align-items: center;
    margin-bottom: 16px;
  }
}
.index-news-box .index-news-item1 .news-title{
  font-size: 20px;
  color: #333333;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  margin-bottom: 10px;
  padding-bottom: 16px;
  position: relative;
}
.index-news-box .index-news-item1 .news-title::after{
  content: '';
  width: 26px;
  height: 4px;
  background: var(--first_color);
  position: absolute;
  bottom: 0;
  left: 0;
}
.index-news-box .index-news-item1 .news-date{
  font-size: 16px;
  color: #333333;
  font-weight: bold;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-box .index-news-item1 .news-desc{
  font-size: 14px;
  line-height: 24px;
  color: #666666;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.index-news-box .index-news-item1 .news-more{
  color: #ffffff;
  font-size: 12px;
  width: 54px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: var(--first_color);
  margin-top: 20px;
}
.index-news-box .index-news-item2 a{
  width: 100%;
  display: flex;
  align-items: center;
  height: 20px;
  padding-left: 15px;
  background: url(../images/news-icon.png) no-repeat center left;
  background-size: 8px 8px;
}
.index-news-box .index-news-item2{
  margin-top: 20px;
}
.index-news-box .index-news-item2 .news-title{
  width: 70%;
  font-size: 16px;
  color: #333333;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.index-news-box .index-news-item2 .news-date{
  width: 30%;
  font-size: 12px;
  color: #666666;
  text-align: right;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.index-news-item1:hover .news-title,.index-news-item2:hover .news-title{
  color: var(--first_color);
}
@media (max-width: 767px) {
  .epower-index-news{
    padding: 50px 0;
  }
  .index-news-box .index-news-img{
    margin-bottom: 30px;
  }
  .index-news-box .index-news-item1{
    margin-bottom: 20px;
  }
}
/*新闻*/


/* 底部信息 */
footer{
  font-family: "Microsoft YaHei"; clear: both;
}
footer p + *, footer * + p, footer * + .row{
  margin-top: 0;
}
.epower-foot-contact{
  background: var(--first_color);
}

@media (min-width:768px){
  .epower-foot-contact .foot-box{
    display: flex;
    flex-wrap: wrap;
  }
  .epower-foot-contact .foot-code{
    width: 20%;
    float: left;
  }
  .epower-foot-contact .foot-nav{
    width: 80%;
    float: left;
    padding: 35px 0 20px 36px;
  }
}
/* 网站二维码 */
.foot-code{
  text-align: center;
  background: #f5f5f5;
  padding: 30px 10px;
}
.foot-code img{
  width: 100%;
  height: auto;
  max-width: 181px;
}

/* 底部导航栏 */
.epower-foot-contact .foot-nav-list{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 16px;
}
.epower-foot-contact .foot-nav-list li{
  width: 100%;
}
.epower-foot-contact .foot-nav-list li a{
  color: #ffffff;
  font-size: 14px;
}
.foot-copyright{
  color: #ffffff;
  font-size: 14px;
  line-height: 24px;
}
.foot-copyright a{
  color: #fff;
}
.foot-logo img{
  width: 100%;
  height: auto;
  max-width: 106px;
}
@media (min-width:768px){
  .foot-contact{
    display: flex;
    flex-wrap: wrap;
  }
  .foot-copyright{
    width: 70%;
  }
  .foot-logo{
    width: 30%;
    text-align: right;
  }
}
@media (max-width:767px){
  .epower-foot-contact .foot-nav-list{
    display: none;
  }
  .epower-foot-contact .foot-copyright{
    margin: 20px 0;
  }
  .epower-foot-contact {
    padding-bottom: 30px;
  }
  .epower-foot-contact .foot-logo{
    text-align: center;
  }
}


/* 内页 */
/* about */
.pages{padding: 30px 15px;}
.section .content a{color: #444444;}
.section .content p{font-size: 16px;line-height: 1.5;}


/* subnavlist */
.subnavlist .swiper-container .swiper-slide a.active,
.subnavlist ul li a:hover, 
.subnavlist ul li a:focus,
.subnavlist ul li a.active,
.subnavlist .swiper-subnav .dropdown-item.active,
.swiper-subnav .dropdown-item:active{color: var(--first_color);}

/* product news */
.productlist .card:before,
.newslist ul li:before{border-color: var(--first_color);}
.showproduct .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}
.productlist .card .card-img a{display: block;}
.productlist .card .card-img{text-align: center;}
.newslist ul li.media .media-left{width: 20%;}
.newslist ul li.media .media-body{width: 80%;}
.shownews .recommend ul li.item_block a p.item_date,.showproduct .recommend ul li.item_block a p.item_date{width: 20%;white-space: nowrap;}
.shownews .recommend ul li.item_block a .item_info,.showproduct .recommend ul li.item_block a .item_info{width: 80%;max-width: unset;}
.shownews .recommend ul li.item_block a .item_des{width: 100%;}
/* 英文时需自动换行 */
h2,p{word-break:break-all;}


/* 详情页右侧推荐 */
.showproduct .recommend ul li.item_block:hover:before,
.shownews .recommend ul li.item_block:before{border-color: var(--first_color);}
.showproduct .recommend ul li.item_block a:hover p.item_date span, .showproduct .recommend ul li.item_block a:hover .item_info,
.shownews .recommend ul li.item_block a:hover p.item_date span, .shownews .recommend ul li.item_block a:hover .item_info{color:var(--first_color)}
.showproduct .recommend span.toptitle,.shownews .recommend span.toptitle{
  margin-bottom: 20px;
}
.showproduct .recommend ul li.item_block a .item_des{width: unset;}
.showproduct .recommend ul li.item_block a .item_img{max-width: 100%;width: 100%;text-align: center;}
.showproduct .recommend ul li.item_block {
  margin: 0 0;
  padding: 0 0;
  margin-bottom: 15px;
}
.showproduct .recommend ul li.item_block a {
  display: block;
  width: 100%;
}
.showproduct .recommend ul li.item_block a .item_img {
  width: 100%;
  max-width: unset;
}
.showproduct .recommend ul li.item_block a .item_img img {
  width: 100%;
  height: auto;
  display: block;
  max-width: unset;
}
.showproduct .recommend ul li.item_block a .item_link {
  width: 100%;
  padding: 0 0;
  margin-bottom: 10px;
}
.showproduct .recommend ul li.item_block a .item_link p {
  padding: 0 0;
}
@media(max-width:991px) {
  .showproduct .recommend ul li.item_block,.shownews .recommend ul li.item_block{
    width: 50%;
  }
  .showproduct .recommend ul li.item_block:nth-child(even),.shownews .recommend ul li.item_block:nth-child(even){
    padding-left:10px
  }
  .showproduct .recommend ul li.item_block:nth-child(odd),.shownews .recommend ul li.item_block:nth-child(odd){
    padding-right:10px
  }
}


/* 分页器 */
.page-link, .page-num{color: #333;}
.page-link:hover,
.page-num:hover,
.page-num-current{background-color:var(--first_color);border-color:var(--first_color);color: #fff;}
.searchcomponent .btn-info{background-color:var(--first_color);border-color:var(--first_color)}
.searchcomponent .btn-info:hover{background-color:var(--first_color);border-color:var(--first_color)}
@media all and (max-width: 767px) {
  .searchcomponent .form-group{width: 75%;}
  .searchcomponent button{width:25%}
  .page-link[href], 
  .page-num[href]{color:var(--first_color)}
  .page-link[href]:hover,
  .page-num[href]:hover,
  .page-num-current[href]{background-color:var(--first_color);border-color:var(--first_color);color: #fff!important;}
}




/* job */
.joblist ul li{margin-bottom: 30px;padding-bottom: 30px;}
.joblist ul li:before{border-color: var(--first_color);}


/* case */
.caselist .card:before{border-color: var(--first_color);}
.showcase .tabs-custom .nav-item a.active{border-bottom-color: var(--first_color);}


/* message */
.form-control:focus{border-color: var(--first_color);box-shadow: unset;}
.messagelist .btn-info:hover{background-color: var(--first_color);border-color: var(--first_color);}
.messagelist .btn-info{background-color: var(--first_color);border-color: var(--first_color);}


/* download */
.downloadlist ul li{padding-bottom: 30px;}
.downloadlist ul li:before{border-color: var(--first_color);}
.downloadlist .downloadbtn{color: var(--first_color);border-color: var(--first_color);}
.downloadlist .downloadbtn:hover{background-color: var(--first_color);border-color: var(--first_color);color: #fff;}
.btn-info:not(:disabled):not(.disabled):active:focus, 
.btn-info:not(:disabled):not(.disabled).active:focus, 
.show > .btn-info.dropdown-toggle:focus{box-shadow: unset;}
.btn-info:not(:disabled):not(.disabled):active, 
.btn-info:not(:disabled):not(.disabled).active, 
.show > .btn-info.dropdown-toggle{background-color: var(--first_color);border-color: var(--first_color);}
.btn-info:focus, .btn-info.focus{box-shadow: unset;}

/* product */
.showproduct .img-thumbnail-variant-2{
  width: 100%;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before{color:var(--first_color)}


/* newslist */
.newslist ul li h4 a{display: block;}
@media (max-width: 767px){
  .newslist ul li.media .media-left{width: 35%;}
  .newslist ul li.media .media-body{width: 65%;align-self: center;}
  .newslist ul li{padding: 10px 0;margin-bottom: 10px;}
}
.clearfix::after{display: table;clear: both;content: '';}

/* 客服 */
@media (max-width: 767px){
  .online{display: block!important;}
}
.online dl{
  background: var(--first_color);
}

/*手机端底部按钮 */
.botmenu {
  background: var(--first_color);
  border-top: 1px solid #ffffff;
}
.botmenu p {
  width: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.botmenu i {
  font-size: 24px;
}
.botmenu p{
  margin-top: 2px;
}
/* 返回顶部 */
.ui-to-top{
  display: none;
}